[codex] docs(support): align support statuses with PRD definitions#1413
[codex] docs(support): align support statuses with PRD definitions#141313ernkastel wants to merge 3 commits intoNVIDIA:mainfrom
Conversation
Signed-off-by: 13ernkastel <LennonCMJ@live.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughDocumentation updates standardize platform and provider support statuses and clarify routed inference targets. Added a Status column to container/runtime tables, labeled Linux Supported, macOS variants and Local Ollama Caveated, WSL2/Windows native/Jetson Out of scope, and added Local NVIDIA NIM and Local vLLM as Experimental provider paths. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
docs/about/overview.md (1)
48-48: Split this into one sentence per source line.Line 48 has two sentences on the same line; please split them into separate lines for diff readability.
As per coding guidelines, "One sentence per line in source (makes diffs readable). Flag paragraphs where multiple sentences appear on the same line."
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@docs/about/overview.md` at line 48, The table row under the "Routed inference" entry currently contains two sentences on one source line; split them so each sentence is on its own line for readable diffs. Edit the Markdown table cell text for "Routed inference" (the sentence starting "Provider-routed model calls through the OpenShell gateway, transparent to the agent." and the sentence starting "Supports NVIDIA Endpoints, OpenAI, Anthropic, Google Gemini, compatible OpenAI or Anthropic endpoints, and the caveated Local Ollama path.") and place each sentence on its own line within that table cell.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@docs/get-started/quickstart.md`:
- Line 68: The table row linking "DGX Spark" currently points to a GitHub repo;
replace that href with an official NVIDIA documentation or product page URL
(e.g., NVIDIA's DGX/Spark or Docker+cgroup v2 official guide) so the cell "Refer
to the [DGX Spark setup guide]" links to an official tool/doc page rather than a
third-party code repository; update only the URL target while keeping the link
text unchanged ("DGX Spark setup guide") to satisfy docs/ link policy.
---
Nitpick comments:
In `@docs/about/overview.md`:
- Line 48: The table row under the "Routed inference" entry currently contains
two sentences on one source line; split them so each sentence is on its own line
for readable diffs. Edit the Markdown table cell text for "Routed inference"
(the sentence starting "Provider-routed model calls through the OpenShell
gateway, transparent to the agent." and the sentence starting "Supports NVIDIA
Endpoints, OpenAI, Anthropic, Google Gemini, compatible OpenAI or Anthropic
endpoints, and the caveated Local Ollama path.") and place each sentence on its
own line within that table cell.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 9b063569-c764-42a2-8499-b007c0a997b0
📒 Files selected for processing (9)
.agents/skills/nemoclaw-overview/SKILL.md.agents/skills/nemoclaw-overview/references/overview.md.agents/skills/nemoclaw-reference/references/commands.md.agents/skills/nemoclaw-reference/references/inference-profiles.mdREADME.mddocs/about/overview.mddocs/get-started/quickstart.mddocs/reference/commands.mddocs/reference/inference-profiles.md
Signed-off-by: 13ernkastel <LennonCMJ@live.com>
✨ Thanks for submitting this pull request, which proposes a way to improve documentation clarity by aligning platform and provider support statuses with PRD definitions.Possibly related open issues: |
Summary
Aligns the platform and provider support labels in the user-facing docs with the PRD definitions called out in issue #1402.
The docs previously mixed explicit statuses with implied support, which left macOS, WSL2, Jetson, Windows native, and Local Ollama described inconsistently.
Related Issue
Closes #1402.
Changes
Supported,Caveated, andOut of scopelabels to the platform runtime tables inREADME.mdanddocs/get-started/quickstart.md.Out of scopein the platform support matrix.Caveatedand kept Local NVIDIA NIM and Local vLLM explicitlyExperimental.Type of Change
Testing
npx prek run --all-filespasses (or equivalentlymake check).npm testpasses.make docsbuilds without warnings. (for doc-only changes)Additional checks:
npx markdownlint-cli2 README.md docs/about/overview.md docs/get-started/quickstart.md docs/reference/commands.md docs/reference/inference-profiles.md .agents/skills/nemoclaw-overview/SKILL.md .agents/skills/nemoclaw-overview/references/overview.md .agents/skills/nemoclaw-reference/references/commands.md .agents/skills/nemoclaw-reference/references/inference-profiles.mdLC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 make docsChecklist
General
Code Changes
npx prek run --all-filesauto-fixes formatting (ormake formatfor targeted runs).Doc Changes
update-docsagent skill to draft changes while complying with the style guide. For example, prompt your agent with "/update-docscatch up the docs for the new changes I made in this PR."Signed-off-by: 13ernkastel LennonCMJ@live.com
Summary by CodeRabbit